Use PEGetNGroupSortFields to retrieve the number of group sort fields in the specified report. This function is typically used as one of a series of functions (PEGetNGroupSortFields called once; PEGetNthGroupSortField and PEGetHandleString called as many times as needed to identify the correct group sort field; and PESetNthAlertConditionFormula called once, when the correct group sort field is identified. The series can be used in a Custom
short CRPE_API PEGetNGroupSortFields (
short printJob );
Specifies the print job for which you want to determine the number of contained sort fields. |
Declare Function PEGetNGroupSortFields Lib "crpe32.dll" ( _
ByVal printJob As Integer ) As Integer
function PEGetNGroupSortFields (
printJob: Word
): Smallint stdcall;
EXTERN CWORD PEGetNGroupSortFields (CWORD) CRPE.DLL
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |